home *** CD-ROM | disk | FTP | other *** search
- // Ticket styler configuration file
- //
- // Author : Christoph Brzozowski
- // Created: 03.06.2009
-
- // Style list
- BEGIN(STYLES)
- // Style format is: Competition id ( hex ), Ticket background image file, Ticket competition logo file, Ticket text color ( hex )
- // The competition id format is as follows
- //
- // 0x 00 00 00 00
- // CTRY TYPE NUM
- //
- // Where
- //
- // CTRY = Country id
- // TYPE = Competition type
- //
- // NUM = Consecutive competition index
- //
- // Use 0x00000000 as competition id for default style
-
-
- //Default
- STYLE_1 = 0x00000000, "art_fm\lib\Ticket\00000000.tga", "LOGO", 0xff1a1a1a
-
- //Germany Local Cup Competition
- STYLE_2 = 0x1503 , "art_fm\lib\Ticket\15030000.tga", "TROPHY", 0xff1a1a1a
-
- //Champions Cup
- STYLE_3 = 0xF909 , "art_fm\lib\Ticket\F9090000.tga", "TROPHY", 0xffffffff
-
- //European League
- STYLE_4 = 0xF90A , "art_fm\lib\Ticket\F90A0000.tga", "TROPHY", 0xff1a1a1a
-
- //World Cup Qualification
- STYLE_5 = 0xFF0F , "art_fm\lib\Ticket\FF110000.tga", "TROPHY", 0xff1a1a1a
-
- //World Cup
- STYLE_6 = 0xFF11 , "art_fm\lib\Ticket\FF110000.tga", "TROPHY", 0xff1a1a1a
-
- //European Cup Qualification
- STYLE_7 = 0xFF10 , "art_fm\lib\Ticket\FF120000.tga", "TROPHY", 0xff1a1a1a
-
- //European Cup
- STYLE_8 = 0xFF12 , "art_fm\lib\Ticket\FF120000.tga", "TROPHY", 0xff1a1a1a
- END
-